<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
@åç§°: base
@åŠŸèƒ½: é‡è®¾æµè§ˆå™¨é»˜è®¤æ&nbsp;·å¼
*/

html {
    color: #c1c1c1;
    font-size: 13px;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: "å¾®è½¯é›…é»‘","é»‘ä½“";
    min-width:1300px;
    height:auto;
}

/* å†…å¤–è¾¹è·é€šå¸¸è®©å„ä¸ªæµè§ˆå™¨æ&nbsp;·å¼çš„è¡¨çŽ°ä½ç½®ä¸åŒ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    color:black;
}
body{
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
}
input,textarea{
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select:text;
    font-family: Microsoft YaHei,"å¾®è½¯é›…é»‘","é»‘ä½“";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* IE bug fixed: th ä¸ç»§æ‰¿ text-align*/

th {
    text-align: inherit;
}

/* åŽ»é™¤é»˜è®¤è¾¹æ¡† */

fieldset, img, a img {
    border: 0;
}
img {
    display: inline;
    vertical-align: middle;
}

/* ie6 7 8(q) bug æ˜¾ç¤ºä¸ºè¡Œå†…è¡¨çŽ° */

iframe {
    display: block;
}

/* åŽ»æŽ‰åˆ—è¡¨å‰çš„æ&nbsp;‡è¯†, li ä¼šç»§æ‰¿ */

ol, ul {
    list-style: none;
    -webkit-margin: 0;
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: '';
}
ins, a {
    text-decoration: none;
}
a {
    color: #000;
    outline: none;
}
a:hover {
    color:#dd2223;
    text-decoration: none;
}

/* æ¸…ç†æµ®åŠ¨ */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/*ä¿®å¤firefox buttonå†…æ–‡å­—ä¸åž‚ç›´å±…ä¸­*/

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]&gt; input[type="button"]::-moz-focus-inner {
    margin: 0;
    padding: 0;
    border: none;
}
a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    -webkit-touch-callout: none;
    -ms-tap-highlight-color: rgba(255, 0, 0, 0);
    -ms-touch-callout: none;
    -moz-tap-highlight-color: rgba(255, 0, 0, 0);
    -moz-touch-callout: none;
    tap-highlight-color: rgba(255, 0, 0, 0);
    touch-callout: none;
}

/*placeholderé¢œè‰²*/

::-webkit-input-placeholder {
    color: #c1c1c1;
}
:-moz-placeholder {
    color: #c1c1c1;
}
::-moz-placeholder {
    color: #c1c1c1;
}
:-ms-input-placeholder {
    color: #c1c1c1;
}
input,textarea{
    color:#fff;
}

/* Css Reset End */

/*common*/
.w1200{
    width:1200px;
    margin:0 auto;
}
.center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.centery {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.opacity {
    opacity: 0!important;
}
.trans{
    -webkit-transition:all ease 0.3s;
    -moz-transition:all ease 0.3s;
    -ms-transition:all ease 0.3s;
    transition:all ease 0.3s;
}


/*head*/
.head .w1200{
    position:relative;
}

.nodata{
    width:100%;
    height:500px;
    line-height:500px;
    text-align:center;
    font-size:16px;
}


.friendlink{
    height:60px;
    line-height:60px;
    text-align: center;
    border-top:1px #e0e0e0 solid;
}

.friendlink a{
    font-size:14px;
    margin:0 10px;
}

/*pos*/
.pos{
    height:60px;
    line-height:60px;
    border-bottom:1px #d7d7d7 solid;
}
.pos .w1200{
    padding:0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.pos span{
    padding:0 10px;
    color:#535353;
}
.pos a{
    color:#535353;
}


/*foot*/
.foot{
    background:#191919;
    padding:15px 0 0;
    color:#fff;
}
.foot .link{
    text-align: center;
}
.foot .link a{
    color:#fff;
    padding:0 10px;
}
.foot .link a:nth-child(1){
    padding-left:0;
}
.foot .w1200{
    border-bottom:1px #4b5054 solid;
    padding:10px 0 30px;
}
.foot .fo_left{
    float:left;
}
.foot .addr{
    background:url(/themes/bootstrap_business/images/logo2.jpg) 40px center no-repeat;
    padding:0 0 0 140px;
    font-size:14px;
    color:#8e8e8e;
    line-height:30px;
    margin-top:20px;
    overflow:hidden;
}
.foot .addr p{
    color:#8e8e8e;
}
.foot .fo_right{
    float:right;
}
.foot .code{
    margin-right:40px;
}
.foot .code li{
    width:93px;
    text-align:center;
    margin-left:28px;
    float:left;
}
.foot .code li p{
    width:100%;
    height:26px;
    line-height:26px;
    text-align:center;
    font-size:14px;
    color:#fff;
    background:#2f2e40;
}
.back{
    width:50px;
    height:50px;
    border-radius:999px;
    box-shadow:0 4px 22px 0 rgba(15, 35, 95, 0.12);
    color:rgba(0, 0, 0, 0.65);
    font-size:24px;
    background:#fff;
    cursor: pointer;
    text-align: center;
    line-height:50px;
    position: fixed;
    right:30px;
    bottom:30px;
    padding:12px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index:5;
}
.back:hover{
    background:#f00;
    color:#fff;
}
.back svg{
    display: block;
    margin:0 auto;
}
.banner .search-block-form,
.head .search-block-form {
    float:right;
    overflow:hidden;
    width:220px;
    height:23px;
    line-height:22px;
    border-radius:999px;
    background:rgba(255,255,255,0.5);
    border:1px rgba(207,45,45,0.8) solid;
    margin:30px 0 0;
}
.banner .search-block-form .form-item,
.head .search-block-form .form-item{
    margin:0;
    float:left;
}
.banner .search-block-form .form-type-search,
.head .search-block-form .form-type-search{
    width:150px;
    overflow:hidden;
}
.banner .search-block-form .form-type-search input,
.head .search-block-form .form-type-search input{
    width:100%;
    height:23px;
    line-height:23px;
    color:#000;
    background:transparent;
    border:0;
    outline: none;
    padding:0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.banner .search-block-form .form-actions,
.head .search-block-form .form-actions{
    margin:0;
    float:left;
}
.banner .search-block-form .form-actions input,
.head .search-block-form .form-actions input{
    width:70px;
    height:23px;
    line-height:23px;
    color:#fff;
    border:0;
    background:rgba(207,45,45,0.8);
    margin:0;
    float:left;
    outline: none;
    cursor: pointer;
}
#welcome{
    color:red;
}
#filterInput{
    color:black;
}</pre></body></html>